UserConfigurationEntries Property |
Defines a set of dictionary property entries for a user configuration object.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<UserConfigurationDictionaryEntry> Entries { get; }Public ReadOnly Property Entries As IList(Of UserConfigurationDictionaryEntry)
Get
Property Value
Type:
IListUserConfigurationDictionaryEntry
See Also